Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP10200
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Sales Transaction Amounts Work Group Display Name: Sales Work
Physical Name: SOP10200
Technical Name: SOP_LINE_WORK
Group Technical Name: Sales Work
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SOPTYPE | SOP Type | Integer | DDL_SOP_Type | 0 | |
2 | SOPNUMBE | SOP Number | String | STR20_SOP_Number | 17 | |
3 | LNITMSEQ | Line Item Sequence | Long Integer | LI_Sequence_Number | 10 | |
4 | CMPNTSEQ | Component Sequence | Long Integer | LI_Sequence_Number | 10 | |
5 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].ITEMNMBR AS 'Sales Transaction Amounts Work-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Sales Transaction Amounts Work'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
6 | ITEMDESC | Item Description | String | STR100 | 100 | |
7 | NONINVEN | Non IV | Integer | INT1 | 1 | |
Used to indicate whether an item is an inventory item or non-inventory item.
Click to show/hide PO Line Statuses0 Inventory item
1 Non-inventory item | ||||||
8 | DROPSHIP | Drop Ship | Integer | INT2 | 2 | |
9 | UOFM | U Of M | String | U_Of_M | 8 | |
The unit of measure. The value in this field must exist in Inventory. | ||||||
10 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].LOCNCODE AS 'Sales Transaction Amounts Work-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Sales Transaction Amounts Work'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
11 | UNITCOST | Unit Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
12 | ORUNTCST | Originating Unit Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
13 | UNITPRCE | Unit Price | Currency | DLR17_RBS0_STR$ | 17 | |
14 | ORUNTPRC | Originating Unit Price | Currency | DLR17_RBS0_STR$ | 17 | |
15 | XTNDPRCE | Extended Price | Currency | DLR17_RBS0_STR$ | 17 | |
16 | OXTNDPRC | Originating Extended Price | Currency | DLR17_RBS0_STR$ | 17 | |
17 | REMPRICE | Remaining Price | Currency | DLR17_RBS0_UTR$ | 17 | |
18 | OREPRICE | Originating Remaining Price | Currency | DLR17_RBS0_UTR$ | 17 | |
19 | EXTDCOST | Extended Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
20 | OREXTCST | Originating Extended Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
21 | MRKDNAMT | Markdown Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
22 | ORMRKDAM | Originating Markdown Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
23 | MRKDNPCT | Markdown Percent | Integer | INT5_%2 | 5 | |
24 | MRKDNTYP | Markdown Type | Integer | GB | 0 | |
25 | INVINDX | Inventory Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].INVINDX AS 'Sales Transaction Amounts Work-Inventory Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Sales Transaction Amounts Work'].INVINDX = ['Account Index Master'].ACTINDX | ||||||
26 | CSLSINDX | Cost Of Sales Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].CSLSINDX AS 'Sales Transaction Amounts Work-Cost Of Sales Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Sales Transaction Amounts Work'].CSLSINDX = ['Account Index Master'].ACTINDX | ||||||
27 | SLSINDX | Sales Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].SLSINDX AS 'Sales Transaction Amounts Work-Sales Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Sales Transaction Amounts Work'].SLSINDX = ['Account Index Master'].ACTINDX | ||||||
28 | MKDNINDX | Markdown Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].MKDNINDX AS 'Sales Transaction Amounts Work-Markdown Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Sales Transaction Amounts Work'].MKDNINDX = ['Account Index Master'].ACTINDX | ||||||
29 | RTNSINDX | Returns Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].RTNSINDX AS 'Sales Transaction Amounts Work-Returns Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Sales Transaction Amounts Work'].RTNSINDX = ['Account Index Master'].ACTINDX | ||||||
30 | INUSINDX | In Use Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].INUSINDX AS 'Sales Transaction Amounts Work-In Use Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Sales Transaction Amounts Work'].INUSINDX = ['Account Index Master'].ACTINDX | ||||||
31 | INSRINDX | In Service Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].INSRINDX AS 'Sales Transaction Amounts Work-In Service Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Sales Transaction Amounts Work'].INSRINDX = ['Account Index Master'].ACTINDX | ||||||
32 | DMGDINDX | Damaged Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].DMGDINDX AS 'Sales Transaction Amounts Work-Damaged Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Sales Transaction Amounts Work'].DMGDINDX = ['Account Index Master'].ACTINDX | ||||||
33 | ITMTSHID | Item Tax Schedule ID | String | STR15_LBAU | 15 | |
Key to the Sales/Purchases Tax Schedule Header Master (TX00101).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].ITMTSHID AS 'Sales Transaction Amounts Work-Item Tax Schedule ID'
,['Sales/Purchases Tax Schedule Header Master'].TAXSCHID AS 'Sales/Purchases Tax Schedule Header Master-Tax Schedule ID'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
TX00101 AS ['Sales/Purchases Tax Schedule Header Master']
ON
['Sales Transaction Amounts Work'].ITMTSHID = ['Sales/Purchases Tax Schedule Header Master'].TAXSCHID | ||||||
34 | IVITMTXB | IV Item Taxable | Integer | DDL_Tax_Options | 0 | |
35 | BKTSLSAM | Backout Sales Amount | Currency | DLR19_RBS0_UTR$ | 19 | |
36 | ORBKTSLS | Originating Backout Sales Amount | Currency | DLR19_RBS0_UTR$ | 19 | |
37 | TAXAMNT | Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
38 | ORTAXAMT | Originating Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
39 | TXBTXAMT | Taxable Tax Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
40 | OTAXTAMT | Originating Taxable Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
41 | BSIVCTTL | Based On Invoice Total | Boolean | YN | 0 | |
42 | TRDISAMT | Trade Discount Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
43 | ORTDISAM | Originating Trade Discount Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
44 | DISCSALE | Discount Available Sales | Currency | DLR17_RBS0_UTR$ | 17 | |
45 | ORDAVSLS | Originating Discount Available Sales | Currency | DLR17_RBS0_UTR$ | 17 | |
46 | QUANTITY | QTY | Currency | DLR17_QTY_RBS0_STR | 17 | |
47 | ATYALLOC | QTY Allocated | Currency | DLR17_QTY_RBS0_UTR | 17 | |
48 | QTYINSVC | QTY In Service | Currency | DLR17_QTY_RBS0_UTR | 17 | |
49 | QTYINUSE | QTY In Use | Currency | DLR17_QTY_RBS0_UTR | 17 | |
50 | QTYDMGED | QTY Damaged | Currency | DLR17_QTY_RBS0_UTR | 17 | |
51 | QTYRTRND | QTY Returned | Currency | DLR17_QTY_RBS0_UTR | 17 | |
52 | QTYONHND | QTY On Hand | Currency | DLR17_QTY_RBS0_STR | 17 | |
53 | QTYCANCE | QTY Canceled | Currency | DLR17_QTY_RBS0_UTR | 17 | |
54 | QTYCANOT | QTY Canceled Other | Currency | DLR17_QTY_RBS0_UTR | 17 | |
55 | QTYONPO | QTY On PO | Currency | DLR17_QTY_RBS0_UTR | 17 | |
56 | QTYORDER | QTY Ordered | Currency | DLR17_QTY_RBS0_UTR | 17 | |
57 | QTYPRBAC | QTY Prev Back Ordered | Currency | DLR17_QTY_RBS0_UTR | 17 | |
58 | QTYPRBOO | QTY Prev BO On Order | Currency | DLR17_QTY_RBS0_UTR | 17 | |
59 | QTYPRINV | QTY Prev Invoiced | Currency | DLR17_QTY_RBS0_UTR | 17 | |
60 | QTYPRORD | QTY Prev Ordered | Currency | DLR17_QTY_RBS0_UTR | 17 | |
61 | QTYPRVRECVD | QTY Prev Received | Currency | DLR17_QTY_RBS0_UTR | 17 | |
62 | QTYRECVD | QTY Received | Currency | DLR17_QTY_RBS0_UTR | 17 | |
63 | QTYREMAI | QTY Remaining | Currency | DLR17_QTY_RBS0_UTR | 17 | |
64 | QTYREMBO | QTY Remaining On BO | Currency | DLR17_QTY_RBS0_UTR | 17 | |
65 | QTYTBAOR | QTY To Back Order | Currency | DLR17_QTY_RBS0_UTR | 17 | |
66 | QTYTOINV | QTY To Invoice | Currency | DLR17_QTY_RBS0_UTR | 17 | |
67 | QTYTORDR | QTY To Order | Currency | DLR17_QTY_RBS0_UTR | 17 | |
68 | QTYFULFI | QTY Fulfilled | Currency | DLR17_QTY_RBS0_UTR | 17 | |
69 | QTYSLCTD | QTY Selected | Currency | DLR17_QTY_RBS0_UTR | 17 | |
70 | QTYBSUOM | QTY In Base U Of M | Currency | DLR17_QTY_RBS0_STR | 17 | |
71 | EXTQTYAL | Existing Qty Available | Currency | DLR17_RBS0_UTR$ | 17 | |
72 | EXTQTYSEL | Existing Qty Selected | Currency | DLR17_QTY_RBS0_STR | 17 | |
73 | ReqShipDate | Requested Ship Date | Date | DT | 8 | |
74 | FUFILDAT | Fulfillment Date | Date | DT | 8 | |
75 | ACTLSHIP | Actual Ship Date | Date | DT | 8 | |
76 | SHIPMTHD | Shipping Method | String | STR15_Shipping_Method | 15 | |
Key to the Shipping Methods Master (SY03000).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].SHIPMTHD AS 'Sales Transaction Amounts Work-Shipping Method'
,['Shipping Methods Master'].SHIPMTHD AS 'Shipping Methods Master-Shipping Method'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
SY03000 AS ['Shipping Methods Master']
ON
['Sales Transaction Amounts Work'].SHIPMTHD = ['Shipping Methods Master'].SHIPMTHD | ||||||
77 | SALSTERR | Sales Territory | String | STR15_Sales_Territory | 15 | |
Key to the Sales Territory Master File (RM00303).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].SALSTERR AS 'Sales Transaction Amounts Work-Sales Territory'
,['Sales Territory Master File'].SALSTERR AS 'Sales Territory Master File-Sales Territory'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
RM00303 AS ['Sales Territory Master File']
ON
['Sales Transaction Amounts Work'].SALSTERR = ['Sales Territory Master File'].SALSTERR | ||||||
78 | SLPRSNID | Salesperson ID | String | STR15_Salesperson_ID | 15 | |
Key to the RM Salesperson Master (RM00301).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].SLPRSNID AS 'Sales Transaction Amounts Work-Salesperson ID'
,['RM Salesperson Master'].SLPRSNID AS 'RM Salesperson Master-Salesperson ID'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
RM00301 AS ['RM Salesperson Master']
ON
['Sales Transaction Amounts Work'].SLPRSNID = ['RM Salesperson Master'].SLPRSNID | ||||||
79 | PRCLEVEL | PriceLevel | String | STR10_LBAU | 10 | |
80 | COMMNTID | Comment ID | String | STR15_Comment_ID | 15 | |
Key to the Comment Master (SY04200).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].COMMNTID AS 'Sales Transaction Amounts Work-Comment ID'
,['Comment Master'].COMMNTID AS 'Comment Master-Comment ID'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
SY04200 AS ['Comment Master']
ON
['Sales Transaction Amounts Work'].COMMNTID = ['Comment Master'].COMMNTID | ||||||
81 | BRKFLD1 | Break Field 1 | Integer | INT1 | 1 | |
82 | BRKFLD2 | Break Field 2 | Integer | INT1 | 1 | |
83 | BRKFLD3 | Break Field 3 | Integer | INT1 | 1 | |
84 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].CURRNIDX AS 'Sales Transaction Amounts Work-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Sales Transaction Amounts Work'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
85 | TRXSORCE | TRX Source | String | STR13 | 13 | |
86 | SOPLNERR | SOP LINE Errors | Long Integer | ML_SOP_LINE_Errors | 0 | |
87 | ORGSEQNM | Original Sequence Number Corrected | Long Integer | LI_Sequence_Number | 10 | |
88 | ITEMCODE | Item Code | String | STR15 | 15 | |
89 | PURCHSTAT | Purchasing Status | Integer | DDL_PurchasingStatus | 0 | |
90 | DECPLQTY | Decimal Places QTYS | Integer | DDL_Decimal_Places_QTYS | 0 | |
91 | DECPLCUR | Decimal Places Currency | Integer | DDL_Decimal_Places_Dollars | 0 | |
92 | ODECPLCU | Originating Decimal Places Currency | Integer | DDL_Decimal_Places_Dollars | 0 | |
93 | QTYTOSHP | QTY To Ship | Currency | DLR17_QTY_RBS0_UTR | 17 | |
94 | XFRSHDOC | Transferred To Shipping Document | Boolean | Boolean | 0 | |
95 | EXCEPTIONALDEMAND | Exceptional Demand | Boolean | CB_Exceptional_Demand | 0 | |
96 | TAXSCHID | Tax Schedule ID | String | STR15_Tax_Schedule_ID | 15 | |
Key to the Sales/Purchases Tax Schedule Header Master (TX00101).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].TAXSCHID AS 'Sales Transaction Amounts Work-Tax Schedule ID'
,['Sales/Purchases Tax Schedule Header Master'].TAXSCHID AS 'Sales/Purchases Tax Schedule Header Master-Tax Schedule ID'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
TX00101 AS ['Sales/Purchases Tax Schedule Header Master']
ON
['Sales Transaction Amounts Work'].TAXSCHID = ['Sales/Purchases Tax Schedule Header Master'].TAXSCHID | ||||||
97 | TXSCHSRC | Tax Schedule Source | Integer | INT1 | 1 | |
98 | PRSTADCD | Primary Shipto Address Code | String | STR15_LBAU | 15 | |
99 | ShipToName | ShipToName | String | STR64_Customer_Name | 64 | |
100 | CNTCPRSN | Contact Person | String | STR60 | 60 | |
101 | ADDRESS1 | Address 1 | String | STR60 | 60 | |
102 | ADDRESS2 | Address 2 | String | STR60 | 60 | |
103 | ADDRESS3 | Address 3 | String | STR60 | 60 | |
104 | CITY | City | String | STR35 | 35 | |
105 | STATE | State | String | STR30_State | 29 | |
106 | ZIPCODE | Zip Code | String | STR10 | 10 | |
107 | CCode | Country Code | String | STR6_VAT | 6 | |
Key to the VAT Country Code MSTR (VAT10001).
Click to show/hideSELECT
['Sales Transaction Amounts Work'].CCode AS 'Sales Transaction Amounts Work-Country Code'
,['VAT Country Code MSTR'].CCode AS 'VAT Country Code MSTR-Country Code'
FROM
SOP10200 AS ['Sales Transaction Amounts Work']
INNER JOIN
VAT10001 AS ['VAT Country Code MSTR']
ON
['Sales Transaction Amounts Work'].CCode = ['VAT Country Code MSTR'].CCode | ||||||
108 | COUNTRY | Country | String | STR60 | 60 | |
109 | PHONE1 | Phone 1 | String | Phone_Number | 14 | |
110 | PHONE2 | Phone 2 | String | Phone_Number | 14 | |
111 | PHONE3 | Phone 3 | String | Phone_Number3 | 14 | |
112 | FAXNUMBR | Fax Number | String | STR14_FAX | 14 | |
113 | Flags | Flags | Integer | INT1 | 1 | |
114 | BackoutTradeDisc | Backout Trade Discount Amount | Currency | DLR19_RBS0_UTR$ | 19 | |
115 | OrigBackoutTradeDisc | Originating Backout Trade Discount Amount | Currency | DLR19_RBS0_UTR$ | 19 | |
116 | GPSFOINTEGRATIONID | GPSFO Integration ID | String | STR30 | 30 | |
117 | INTEGRATIONSOURCE | Integration Source | Integer | INT | 0 | |
118 | INTEGRATIONID | Integration ID | String | STR30 | 30 | |
119 | CONTNBR | Contract Number | String | STR11 | 11 | |
120 | CONTLNSEQNBR | Contract Line SEQ Number | Currency | Sequence_Number | 19 | |
121 | CONTSTARTDTE | Contract Start Date | Date | DATE | 6 | |
122 | CONTENDDTE | Contract End Date | Date | DATE_L | 0 | |
123 | CONTITEMNBR | Contract Item Number | String | STR30_Item_Number | 30 | |
124 | CONTSERIALNBR | Contract Serial Number | String | STR20_LBAU | 20 | |
125 | BULKPICKPRNT | Bulk Pick Printed | Boolean | Boolean | 0 | |
126 | INDPICKPRNT | Individual Pick Printed | Boolean | Boolean | 0 | |
127 | ISLINEINTRA | IsLineIntrastat | Boolean | CB | 0 | |
128 | SOFULFILLMENTBIN | SO Fulfillment Bin | String | STR15_Bin | 15 | |
129 | MULTIPLEBINS | Multiple Bins | Boolean | CB | 0 | |
130 | Print_Phone_NumberGB | Print Phone Number GB | Integer | GB | 0 |